OpenRoads Designer CONNECT Edition SDK Help

CreateByStartPointTangentDistance Method

Constructs a line from start point, tangent vector and distance

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  Line CreateByStartPointTangentDistance( DPoint3d startPoint, DPoint3d tangent,double distance)

Parameters

SettingDescription
  DPoint3d Start point
  DPoint3d Tangent vector
   Length of the line

Return Value

Line A line element

See Also